home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.4 Applications 1997 August / SGI IRIX 6.4 Applications 1997 August.iso / dist / gateway.idb / usr / WebFace / Source / 50-CommHardware / t1 / t1-config.hlp.z / t1-config.hlp
Encoding:
Text File  |  1997-07-30  |  961 b   |  34 lines

  1. #!/usr/bin/perl5
  2.  
  3. print <<EndOfFile;
  4. Content-type: text/html
  5.  
  6. <FORM>
  7. <H2>T1 Configuration</H2>
  8. <P>
  9. The GIO synchronous communication board has two connectors that can be used
  10. for connection to a T1 line. Only one of these lines should be in use at
  11. one time.
  12. <P>
  13. <STRONG>Enable T1:</STRONG> Specifies whether a T1 line is connected to
  14. this port. Select <VAR>Yes</VAR> to specify that this line is in use; 
  15. select <VAR>No</VAR> to specify that nothing is connected.
  16. </P>
  17. (Default value: No)
  18. <P>
  19. <STRONG>Port:</STRONG> Specifies the port number on the GIO Sync board
  20. that the T1 line is connected into.
  21. </P>
  22. (Default value: Port 1)
  23. <P>
  24. <STRONG>Connection name for remote system:</STRONG> This is an arbitrary
  25. one-word name for the connection. Typically, your entry is the
  26. hostname of the system to which you plan to connect. 
  27. </P>
  28. (Default value: none) 
  29. <CENTER>
  30. <INPUT TYPE="button" VALUE="Back to Form" onClick="self.history.go(-1)">
  31. </CENTER>
  32. </FORM>
  33. EndOfFile
  34.